const char * sPicker;
Name of color picker (including the .add extension)
const char * sLibrary;
Name of color library used by picker (minus the .acf extension)Multiple libraries. Some color pickers may use several libraries; a separate picker and library pair is returned for each library available to the picker.
Example.
PGetPickers pickers;
for (short i = pickers.Count(); i > 0; --i) {
cout << pickers.sPicker;
pickers++;
}
The PDefineColor command
Comments or suggestions? Contact Adobe Developer Support